From: addshore Date: Sun, 3 Apr 2016 08:07:58 +0000 (+0300) Subject: Remove unused private SiteStats::$groupMemberCounts X-Git-Tag: 1.31.0-rc.0~7396^2 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=8a0ae85e0fd5aab7b714718f9aef2190cad9e388;p=lhc%2Fweb%2Fwiklou.git Remove unused private SiteStats::$groupMemberCounts Change-Id: I7839a644bca2829098e5ce5d844db667b6d16b26 --- diff --git a/includes/SiteStats.php b/includes/SiteStats.php index 74c2997525..acd5262b0e 100644 --- a/includes/SiteStats.php +++ b/includes/SiteStats.php @@ -36,9 +36,6 @@ class SiteStats { /** @var int[] */ private static $pageCount = []; - /** @var int[] */ - private static $groupMemberCounts = []; - static function recache() { self::load( true ); }